diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 20:13:27 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 20:13:27 +0900 |
| commit | 3634bbe5e78e0d6344698684943986e8f096e490 (patch) | |
| tree | cd38d275a30e18b31b023223b23337c4834c846c /config/waybar/style/[Retro] Simple Style.css | |
| parent | 48f23f4f8b1668671feaced68d7a8fe95ab8a6c4 (diff) | |
clean up some waybar css junks
Diffstat (limited to 'config/waybar/style/[Retro] Simple Style.css')
| -rw-r--r-- | config/waybar/style/[Retro] Simple Style.css | 32 |
1 files changed, 7 insertions, 25 deletions
diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css index eec369aa..ee764157 100644 --- a/config/waybar/style/[Retro] Simple Style.css +++ b/config/waybar/style/[Retro] Simple Style.css @@ -79,6 +79,7 @@ window#waybar { #custom-hint, #custom-hypridle, #custom-menu, +#custom-playerctl, #custom-power_vertical, #custom-power, #custom-settings, @@ -149,6 +150,7 @@ window#waybar { border-bottom: 3px solid green; } +#backlight-slider slider, #pulseaudio-slider slider { min-width: 0px; min-height: 0px; @@ -157,38 +159,18 @@ window#waybar { border: none; box-shadow: none; } - + +#backlight-slider trough, #pulseaudio-slider trough { min-width: 80px; min-height: 5px; border-radius: 5px; background-color: @dim; } - -#pulseaudio-slider highlight { - min-height: 10px; - border-radius: 5px; - background-color: @green; -} -#backlight-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; -} - -#backlight-slider trough { - min-width: 80px; +#backlight-slider highlight, +#pulseaudio-slider highlight { min-height: 10px; border-radius: 5px; - background-color: @dim; -} - -#backlight-slider highlight { - min-width: 10px; - border-radius: 5px; background-color: @green; -} +}
\ No newline at end of file |
